123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- @charset "UTF-8";
- /**
- *
- * @authors Eric Hsiao
- *
- */
-
- /* ==========================================================================
- HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
- ========================================================================== */
-
- .chromeframe {
- margin: 0.2em 0;
- background: #ccc;
- color: #000;
- padding: 0.2em 0;
- }
-
- /* ==========================================================================
- Content class
- ========================================================================== */
-
- html,
- body {
- margin:0;
- padding:0;
- height:100%;
- }
-
- #wrapper {
- min-height:100%;
- position:relative;
- }
-
- #header {
- background:#ededed;
- padding-top:10px; /* fixed h1 */
- }
-
- #content {
- padding-bottom:100px; /* Height of the footer element */
- }
-
- #footer {
- background:#666;
- width:100%;
- height:100px;
- position:absolute;
- bottom:0;
- left:0;
- }
-
- /* ==========================================================================
- Responsive class
- ========================================================================== */
-
-
- @media only screen and (max-width: 640px) {
-
-
- }
-
-
- /* ==========================================================================
- Helper classes
- ========================================================================== */
-
- .ir {
- background-color: transparent;
- border: 0;
- overflow: hidden;
- *text-indent: -9999px;
- }
-
- .ir:before {
- content: "";
- display: block;
- width: 0;
- height: 150%;
- }
-
- .hidden {
- display: none !important;
- visibility: hidden;
- }
-
- .visuallyhidden {
- border: 0;
- clip: rect(0 0 0 0);
- height: 1px;
- margin: -1px;
- overflow: hidden;
- padding: 0;
- position: absolute;
- width: 1px;
- }
-
- .visuallyhidden.focusable:active,
- .visuallyhidden.focusable:focus {
- clip: auto;
- height: auto;
- margin: 0;
- overflow: visible;
- position: static;
- width: auto;
- }
-
- .invisible {
- visibility: hidden;
- }
-
- .clearfix:before,
- .clearfix:after {
- content: " ";
- display: table;
- }
-
- .clearfix:after {
- clear: both;
- }
-
- .clearfix {
- *zoom: 1;
- }
|